home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / pm / selection.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  190 b   |  12 lines

  1. #ifndef _SELECTION_H_
  2. #define _SELECTION_H_
  3.  
  4. @protocol Selection
  5. - clearSelection: sender;
  6. - copySelection: sender;
  7. - cutSelection: sender;
  8. - pasteSelection: sender;
  9. @end
  10.  
  11. #endif
  12.